home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Examples / InventorTests / starX.eve < prev    next >
Encoding:
Text File  |  1995-04-18  |  263 b   |  25 lines

  1. defineClass: starX {} {
  2.  
  3.   Color {1 1 1}
  4.   Disk 0 1 360
  5.   Rotate 90 1 0 0
  6.  
  7.   Color {1 0 0}
  8.   Disk 0 1 360
  9.   Rotate 90 1 0 0
  10.  
  11.   Color {0 1 0}
  12.   Disk 0 1 360
  13.   Rotate 90 1 0 0
  14.  
  15.   Color {0 0 1}
  16.   Disk 0 1 360
  17.   Rotate 90 1 0 0
  18.  
  19. }
  20.  
  21.  
  22. startShape starX
  23.   starX
  24. endShape
  25.